home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / dspdep.arc / CLRPGMQ.CLP next >
Text File  |  1991-12-04  |  246b  |  6 lines

  1.  CLRPGMQ:    PGM        /* This program clears out the messages in +
  2.                           the previous program's program message +
  3.                           queue.  */
  4.              RMVMSG     PGMQ(*PRV) CLEAR(*ALL)
  5.              ENDPGM
  6.